home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / recomen / wavmak22 / wmwin.exe / 0 / RCDATA / TPLAYDLG / TPLAYDLG.txt
Text File  |  1996-04-23  |  2KB  |  100 lines

  1. object PlayDlg: TPlayDlg
  2.   Left = 22
  3.   Top = 42
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Play'
  7.   ClientHeight = 167
  8.   ClientWidth = 217
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object gauge: TGauge
  17.     Left = 16
  18.     Top = 16
  19.     Width = 105
  20.     Height = 17
  21.     Color = clLime
  22.     ForeColor = clLime
  23.     ParentColor = False
  24.     Progress = 10
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 201
  30.     Height = 33
  31.   end
  32.   object MediaPlayer2: TMediaPlayer
  33.     Left = 24
  34.     Top = 48
  35.     Width = 169
  36.     Height = 41
  37.     EnabledButtons = []
  38.     VisibleButtons = [btPlay, btPause, btStop, btPrev, btStep, btBack]
  39.     AutoEnable = False
  40.     TabOrder = 0
  41.     OnClick = MediaPlayer2Click
  42.     OnNotify = onNotify
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 8
  46.     Top = 128
  47.     Width = 201
  48.     Height = 33
  49.     Caption = 'Stop && Close'
  50.     Default = True
  51.     TabOrder = 1
  52.     OnClick = BitBtn1Click
  53.     Glyph.Data = {
  54.       76010000424D7601000000000000760000002800000020000000100000000100
  55.       04000000000000010000130B0000130B00000000000000000000000000000000
  56.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  59.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  60.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  61.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  62.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  63.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  64.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  65.       3333333777333777333333333999993333333333377777333333}
  66.     NumGlyphs = 2
  67.   end
  68.   object timePanel: TPanel
  69.     Left = 128
  70.     Top = 16
  71.     Width = 73
  72.     Height = 17
  73.     Caption = '00:00:00'
  74.     Color = clLime
  75.     TabOrder = 2
  76.   end
  77.   object statusPanel: TPanel
  78.     Left = 8
  79.     Top = 96
  80.     Width = 201
  81.     Height = 25
  82.     Alignment = taRightJustify
  83.     BevelInner = bvRaised
  84.     BevelOuter = bvLowered
  85.     TabOrder = 3
  86.     object Label1: TLabel
  87.       Left = 8
  88.       Top = 7
  89.       Width = 23
  90.       Height = 13
  91.       Caption = 'MCI'
  92.     end
  93.   end
  94.   object Timer1: TTimer
  95.     Interval = 100
  96.     OnTimer = Timer1Timer
  97.     Left = 192
  98.   end
  99. end
  100.